projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63742b3
)
Fix warning about pointer/int confusion
author
Vincent Untz
<vuntz@gnome.org>
Sat, 12 Sep 2009 11:23:09 +0000
(13:23 +0200)
committer
Vincent Untz
<vuntz@gnome.org>
Sat, 12 Sep 2009 11:23:09 +0000
(13:23 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=594679
tests/testwindows.c
patch
|
blob
|
history
diff --git
a/tests/testwindows.c
b/tests/testwindows.c
index d2d5f0dfe678e9e1badf84e8a9cfc321b42dfe1c..24c31546b48274d3283d2a6bb6450fbfa33608f4 100644
(file)
--- a/
tests/testwindows.c
+++ b/
tests/testwindows.c
@@
-1034,7
+1034,7
@@
main (int argc, char **argv)
button = gtk_button_new_with_label ("Restack above");
g_signal_connect (button, "clicked",
G_CALLBACK (restack_clicked),
-
1
);
+
GINT_TO_POINTER (1)
);
gtk_table_attach_defaults (GTK_TABLE (table),
button,
2, 3,